home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch03 / 03fig10.wrl < prev   
Text File  |  1996-09-23  |  744b  |  51 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright 1997 By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Shape {
  8.             appearance DEF White Appearance {
  9.                 material Material { }
  10.             }
  11.             geometry Box {
  12.                 size 10.0 10.0 10.0
  13.             }
  14.         },
  15.         Shape {
  16.             appearance USE White
  17.             geometry Sphere {
  18.                 radius 7.0
  19.             }
  20.         },
  21.         Shape {
  22.             appearance USE White
  23.             geometry Cylinder {
  24.                 radius 12.5
  25.                 height 0.5
  26.             }
  27.         },
  28.         Shape {
  29.             appearance USE White
  30.             geometry Cylinder {
  31.                 radius 4.0
  32.                 height 20.0
  33.             }
  34.         },
  35.         Shape {
  36.             appearance USE White
  37.             geometry Cylinder {
  38.                 radius 3.0
  39.                 height 30.0
  40.             }
  41.         },
  42.         Shape {
  43.             appearance USE White
  44.             geometry Cylinder {
  45.                 radius 1.0
  46.                 height 60.0
  47.             }
  48.         }
  49.     ]
  50. }
  51.